Skip to main content

InputControl_TValue Properties

An object defining properties for the InputControl_TValue class.

ContextMenuColumnKey

The key of the column associated with the context menu.

Type: string


Caption

The caption of the control.

Type: ControlCaption


Loading

Indicates whether the control is in a loading state.

Type: bool


ControlId

The unique identifier of the control.

Type: string


Style

The styling properties for the control.

Type: Style


ClientEvents

A list of client-side events associated with the control.

Type: List<EventItem>


ReadOnly

Gets or sets whether the control is read-only.

Type: bool


ContextMenuTarget

The target of the context menu.

Type: ContextMenuTarget
Accepted Values:

NameValue
None0
Container1
Row2
Column3

Required

Gets or sets whether the control requires a value for validation.

Type: bool


DefaultReadOnly

Gets or sets the default read-only state of the control.

Type: bool


Title

The title of the control.

Type: MultiLanguageText


ExecutedServerEvents

A list of server events that have been executed.

Type: List<ControlExecutedServerEvent>


EntityPath

Gets or sets the data path used for binding this control to an entity.

Type: string


Name

The name of the control.

Type: string


Value

Gets or sets the current value of the control. The type is defined by the generic parameter TValue.

Type: TValue


Visible

Indicates whether the control is visible.

Type: bool


ClientVisible

Indicates whether the control is visible on the client side.

Type: bool


Indexable

Gets or sets whether the control's data is indexable for search and querying.

Type: bool


ServerEvents

A list of server-side events associated with the control.

Type: List<EventItem>


DefaultClientEnabled

Indicates whether the control is enabled by default on the client side.

Type: bool


ClientReadOnly

Gets or sets whether the control is read-only on the client side, regardless of server state.

Type: bool


ClientEnabled

Indicates whether the control is enabled on the client side.

Type: bool


Enabled

Indicates whether the control is enabled.

Type: bool


ContextMenuKey

The key associated with the context menu.

Type: string


ContainerStyle

The styling properties for the container of the control.

Type: Style


CustomClassName

The custom CSS class name applied to the control.

Type: string


Size

Gets or sets the layout size configuration for the control.

Type: int?


DefaultEnabled

Indicates whether the control is enabled by default.

Type: bool


TabIndex

Gets or sets the tab order index for the control.

Type: int